﻿2026-07-22T17:40:26.0870882Z ##[group]Run set -euo pipefail
2026-07-22T17:40:26.0871292Z [36;1mset -euo pipefail[0m
2026-07-22T17:40:26.0871587Z [36;1mPIN=0c95435[0m
2026-07-22T17:40:26.0871878Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-22T17:40:26.0872231Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-22T17:40:26.0872713Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-22T17:40:26.0873310Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-22T17:40:26.0873925Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-22T17:40:26.0874435Z [36;1m  rm -rf "$CACHE"[0m
2026-07-22T17:40:26.0874759Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-22T17:40:26.0875141Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-22T17:40:26.0875613Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-22T17:40:26.0876093Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-22T17:40:26.0876473Z [36;1mfi[0m
2026-07-22T17:40:26.0876869Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-22T17:40:26.0889917Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-22T17:40:26.0890213Z env:
2026-07-22T17:40:26.0890398Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T17:40:26.0890623Z ##[endgroup]
2026-07-22T17:40:26.3703908Z    Compiling proc-macro2 v1.0.106
2026-07-22T17:40:26.3704711Z    Compiling quote v1.0.45
2026-07-22T17:40:26.3705063Z    Compiling unicode-ident v1.0.24
2026-07-22T17:40:26.3705482Z    Compiling libc v0.2.186
2026-07-22T17:40:26.3705811Z    Compiling serde_core v1.0.228
2026-07-22T17:40:26.3706134Z    Compiling cfg-if v1.0.4
2026-07-22T17:40:26.3706437Z    Compiling serde v1.0.228
2026-07-22T17:40:26.3744851Z    Compiling log v0.4.32
2026-07-22T17:40:26.3790909Z    Compiling pin-project-lite v0.2.17
2026-07-22T17:40:26.3833971Z    Compiling typenum v1.20.1
2026-07-22T17:40:26.3867264Z    Compiling portable-atomic v1.13.1
2026-07-22T17:40:26.3901572Z    Compiling version_check v0.9.5
2026-07-22T17:40:26.4014271Z    Compiling memchr v2.8.1
2026-07-22T17:40:26.4015947Z    Compiling find-msvc-tools v0.1.9
2026-07-22T17:40:26.4019645Z    Compiling critical-section v1.2.0
2026-07-22T17:40:26.4260764Z    Compiling shlex v2.0.1
2026-07-22T17:40:26.4731152Z    Compiling subtle v2.6.1
2026-07-22T17:40:26.4831387Z    Compiling bytes v1.11.1
2026-07-22T17:40:26.5270491Z    Compiling futures-core v0.3.32
2026-07-22T17:40:26.6533234Z    Compiling equivalent v1.0.2
2026-07-22T17:40:26.6753084Z    Compiling smallvec v1.15.1
2026-07-22T17:40:26.6781519Z    Compiling itoa v1.0.18
2026-07-22T17:40:26.6857136Z    Compiling semver v1.0.28
2026-07-22T17:40:26.6928078Z    Compiling stable_deref_trait v1.2.1
2026-07-22T17:40:26.6933304Z    Compiling futures-io v0.3.32
2026-07-22T17:40:26.7336534Z    Compiling futures-sink v0.3.32
2026-07-22T17:40:26.7429962Z    Compiling slab v0.4.12
2026-07-22T17:40:26.7747826Z    Compiling futures-task v0.3.32
2026-07-22T17:40:26.7840755Z    Compiling generic-array v0.14.7
2026-07-22T17:40:26.8780627Z    Compiling futures-channel v0.3.32
2026-07-22T17:40:26.8831394Z    Compiling rand_core v0.10.1
2026-07-22T17:40:26.9241456Z    Compiling rustversion v1.0.22
2026-07-22T17:40:26.9550299Z    Compiling bitflags v2.12.1
2026-07-22T17:40:26.9681115Z    Compiling rustc_version v0.4.1
2026-07-22T17:40:27.0270161Z    Compiling hashbrown v0.17.1
2026-07-22T17:40:27.0338632Z    Compiling getrandom v0.4.2
2026-07-22T17:40:27.0434990Z    Compiling cpufeatures v0.2.17
2026-07-22T17:40:27.0581478Z    Compiling fnv v1.0.7
2026-07-22T17:40:27.0730366Z    Compiling cfg_aliases v0.2.1
2026-07-22T17:40:27.1030696Z    Compiling strsim v0.11.1
2026-07-22T17:40:27.1620693Z    Compiling litemap v0.8.2
2026-07-22T17:40:27.1790729Z    Compiling writeable v0.6.3
2026-07-22T17:40:27.2573217Z    Compiling fs_extra v1.3.0
2026-07-22T17:40:27.2610419Z    Compiling icu_normalizer_data v2.2.0
2026-07-22T17:40:27.3280411Z    Compiling dunce v1.0.5
2026-07-22T17:40:27.3470724Z    Compiling icu_properties_data v2.2.0
2026-07-22T17:40:27.3630506Z    Compiling ident_case v1.0.1
2026-07-22T17:40:27.4017072Z    Compiling utf8_iter v1.0.4
2026-07-22T17:40:27.4260736Z    Compiling percent-encoding v2.3.2
2026-07-22T17:40:27.5040706Z    Compiling autocfg v1.5.1
2026-07-22T17:40:27.5509222Z    Compiling http v1.4.1
2026-07-22T17:40:27.5848527Z    Compiling unicode-segmentation v1.13.3
2026-07-22T17:40:27.6245140Z    Compiling cpufeatures v0.3.0
2026-07-22T17:40:27.6327581Z    Compiling thiserror v2.0.18
2026-07-22T17:40:27.6464997Z    Compiling aws-lc-rs v1.17.0
2026-07-22T17:40:27.6920706Z    Compiling syn v2.0.117
2026-07-22T17:40:27.7132725Z    Compiling scopeguard v1.2.0
2026-07-22T17:40:27.7504088Z    Compiling chacha20 v0.10.0
2026-07-22T17:40:27.7615362Z    Compiling form_urlencoded v1.2.2
2026-07-22T17:40:27.7756837Z    Compiling untrusted v0.9.0
2026-07-22T17:40:27.8026103Z    Compiling lock_api v0.4.14
2026-07-22T17:40:27.9280006Z    Compiling indexmap v2.14.0
2026-07-22T17:40:27.9410384Z    Compiling rustls v0.23.40
2026-07-22T17:40:27.9565748Z    Compiling heck v0.5.0
2026-07-22T17:40:27.9672189Z    Compiling unicode-xid v0.2.6
2026-07-22T17:40:27.9786899Z    Compiling anyhow v1.0.102
2026-07-22T17:40:27.9823053Z    Compiling const-oid v0.10.2
2026-07-22T17:40:28.0681092Z    Compiling convert_case v0.10.0
2026-07-22T17:40:28.0840970Z    Compiling atomic-waker v1.1.2
2026-07-22T17:40:28.1078923Z    Compiling httparse v1.10.1
2026-07-22T17:40:28.1270245Z    Compiling paste v1.0.15
2026-07-22T17:40:28.1497815Z    Compiling zerocopy v0.8.50
2026-07-22T17:40:28.1629825Z    Compiling parking_lot_core v0.9.12
2026-07-22T17:40:28.1770513Z    Compiling num-traits v0.2.19
2026-07-22T17:40:28.1968643Z    Compiling hybrid-array v0.4.12
2026-07-22T17:40:28.2680790Z    Compiling curve25519-dalek v4.1.3
2026-07-22T17:40:28.3702466Z    Compiling ahash v0.8.12
2026-07-22T17:40:28.4011014Z    Compiling powerfmt v0.2.0
2026-07-22T17:40:28.4155175Z    Compiling jobserver v0.1.34
2026-07-22T17:40:28.4920085Z    Compiling fastrand v2.4.1
2026-07-22T17:40:28.4977253Z    Compiling base64ct v1.8.3
2026-07-22T17:40:28.5439858Z    Compiling http-body v1.0.1
2026-07-22T17:40:28.5560754Z    Compiling either v1.16.0
2026-07-22T17:40:28.6110389Z    Compiling deranged v0.5.8
2026-07-22T17:40:28.7290503Z    Compiling cc v1.2.63
2026-07-22T17:40:28.8052310Z    Compiling crypto-common v0.1.7
2026-07-22T17:40:28.8186560Z    Compiling block-buffer v0.10.4
2026-07-22T17:40:28.8741183Z    Compiling pem-rfc7468 v1.0.0
2026-07-22T17:40:28.9140568Z    Compiling tower-service v0.3.3
2026-07-22T17:40:28.9149307Z    Compiling pkg-config v0.3.33
2026-07-22T17:40:28.9321369Z    Compiling base64 v0.22.1
2026-07-22T17:40:28.9360925Z    Compiling digest v0.10.7
2026-07-22T17:40:28.9545743Z    Compiling tinyvec_macros v0.1.1
2026-07-22T17:40:28.9990999Z    Compiling num-conv v0.2.2
2026-07-22T17:40:29.0256782Z    Compiling data-encoding v2.11.0
2026-07-22T17:40:29.0560600Z    Compiling try-lock v0.2.5
2026-07-22T17:40:29.0690726Z    Compiling vcpkg v0.2.15
2026-07-22T17:40:29.1052339Z    Compiling time-core v0.1.8
2026-07-22T17:40:29.1782470Z    Compiling mio v1.2.1
2026-07-22T17:40:29.2195630Z    Compiling socket2 v0.6.4
2026-07-22T17:40:29.2441340Z    Compiling getrandom v0.2.17
2026-07-22T17:40:29.3430646Z    Compiling zmij v1.0.21
2026-07-22T17:40:29.3890650Z    Compiling sha2 v0.10.9
2026-07-22T17:40:29.4660629Z    Compiling rand v0.10.1
2026-07-22T17:40:29.5280628Z    Compiling uuid v1.23.2
2026-07-22T17:40:29.5501180Z    Compiling rand_core v0.6.4
2026-07-22T17:40:29.6550488Z    Compiling parking_lot v0.12.5
2026-07-22T17:40:29.7470592Z    Compiling want v0.3.1
2026-07-22T17:40:29.7600716Z    Compiling tinyvec v1.11.0
2026-07-22T17:40:29.9109292Z    Compiling crypto-common v0.2.2
2026-07-22T17:40:29.9580581Z    Compiling cmake v0.1.58
2026-07-22T17:40:29.9790740Z    Compiling block-buffer v0.12.0
2026-07-22T17:40:30.0040635Z    Compiling inout v0.1.4
2026-07-22T17:40:30.0320648Z    Compiling vergen-lib v9.1.0
2026-07-22T17:40:30.0690545Z    Compiling n0-future v0.3.2
2026-07-22T17:40:30.1030339Z    Compiling cordyceps v0.3.4
2026-07-22T17:40:30.1220408Z    Compiling serde_json v1.0.150
2026-07-22T17:40:30.1841115Z    Compiling diatomic-waker v0.2.3
2026-07-22T17:40:30.1974705Z    Compiling signature v2.2.0
2026-07-22T17:40:30.2470905Z    Compiling spin v0.10.0
2026-07-22T17:40:30.2741457Z    Compiling parking v2.2.1
2026-07-22T17:40:30.2845529Z    Compiling crossbeam-utils v0.8.21
2026-07-22T17:40:30.3005037Z    Compiling winnow v1.0.3
2026-07-22T17:40:30.3110822Z    Compiling httpdate v1.0.3
2026-07-22T17:40:30.3452062Z    Compiling ed25519 v2.2.3
2026-07-22T17:40:30.3784105Z    Compiling futures-lite v2.6.1
2026-07-22T17:40:30.3951961Z    Compiling cipher v0.4.4
2026-07-22T17:40:30.4540698Z    Compiling netlink-packet-core v0.8.1
2026-07-22T17:40:30.5140916Z    Compiling futures-buffered v0.2.13
2026-07-22T17:40:30.5211750Z    Compiling universal-hash v0.5.1
2026-07-22T17:40:30.5299738Z    Compiling vergen-lib v0.1.6
2026-07-22T17:40:30.5512053Z    Compiling vergen v9.1.0
2026-07-22T17:40:30.6210677Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-22T17:40:30.6310864Z    Compiling heapless v0.7.17
2026-07-22T17:40:30.6462075Z    Compiling noq-udp v0.10.0
2026-07-22T17:40:30.6760766Z    Compiling sync_wrapper v1.0.2
2026-07-22T17:40:30.7200596Z    Compiling byteorder v1.5.0
2026-07-22T17:40:30.7230536Z    Compiling opaque-debug v0.3.1
2026-07-22T17:40:30.7790627Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-22T17:40:30.7870321Z    Compiling allocator-api2 v0.2.21
2026-07-22T17:40:30.8101452Z    Compiling polyval v0.6.2
2026-07-22T17:40:30.8499903Z    Compiling digest v0.11.3
2026-07-22T17:40:30.9280510Z    Compiling hash32 v0.2.1
2026-07-22T17:40:31.0015708Z    Compiling aws-lc-sys v0.41.0
2026-07-22T17:40:31.0220716Z    Compiling ring v0.17.14
2026-07-22T17:40:31.0260626Z    Compiling libsqlite3-sys v0.30.1
2026-07-22T17:40:31.0465279Z    Compiling spin v0.9.8
2026-07-22T17:40:31.0466114Z    Compiling vergen-gitcl v1.0.8
2026-07-22T17:40:31.0640585Z    Compiling fallible-iterator v0.3.0
2026-07-22T17:40:31.1250292Z    Compiling ryu v1.0.23
2026-07-22T17:40:31.1400369Z    Compiling signature v3.0.0
2026-07-22T17:40:31.2470469Z    Compiling tower-layer v0.3.3
2026-07-22T17:40:31.2680400Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-22T17:40:31.3145048Z    Compiling num_threads v0.1.7
2026-07-22T17:40:31.3640556Z    Compiling ghash v0.5.1
2026-07-22T17:40:31.3890987Z    Compiling sha2 v0.11.0-rc.5
2026-07-22T17:40:31.4170599Z    Compiling time v0.3.47
2026-07-22T17:40:31.4296000Z    Compiling ctr v0.9.2
2026-07-22T17:40:31.4330218Z    Compiling aes v0.8.4
2026-07-22T17:40:31.4670764Z    Compiling fs2 v0.4.3
2026-07-22T17:40:31.4800646Z    Compiling aead v0.5.2
2026-07-22T17:40:31.4901699Z    Compiling http-body-util v0.1.3
2026-07-22T17:40:31.6160709Z    Compiling openssl-probe v0.2.1
2026-07-22T17:40:31.6320417Z    Compiling utf8parse v0.2.2
2026-07-22T17:40:31.6780482Z    Compiling arrayvec v0.7.6
2026-07-22T17:40:31.7167913Z    Compiling crossbeam-epoch v0.9.18
2026-07-22T17:40:31.7620440Z    Compiling crossbeam-channel v0.5.15
2026-07-22T17:40:31.7790550Z    Compiling blake3 v1.8.5
2026-07-22T17:40:31.8150864Z    Compiling netlink-packet-route v0.29.0
2026-07-22T17:40:31.9070937Z    Compiling memoffset v0.6.5
2026-07-22T17:40:32.0959565Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-22T17:40:32.1117776Z    Compiling acto v0.8.2
2026-07-22T17:40:32.1530650Z    Compiling aes-gcm v0.10.3
2026-07-22T17:40:32.1753197Z    Compiling noq v0.18.0
2026-07-22T17:40:32.1910502Z    Compiling netwatch v0.16.0
2026-07-22T17:40:32.2971154Z    Compiling ref-cast v1.0.25
2026-07-22T17:40:32.3110766Z    Compiling foldhash v0.2.0
2026-07-22T17:40:32.4068385Z    Compiling xml-rs v0.8.28
2026-07-22T17:40:32.4255422Z    Compiling rustix v1.1.4
2026-07-22T17:40:32.4570982Z    Compiling tagptr v0.2.0
2026-07-22T17:40:32.4658646Z    Compiling sorted-index-buffer v0.2.1
2026-07-22T17:40:32.5007553Z    Compiling mac-addr v0.3.0
2026-07-22T17:40:32.5835019Z    Compiling identity-hash v0.1.0
2026-07-22T17:40:32.5923812Z    Compiling rustc-hash v2.1.2
2026-07-22T17:40:32.6213938Z    Compiling thiserror v1.0.69
2026-07-22T17:40:32.6791141Z    Compiling synstructure v0.13.2
2026-07-22T17:40:32.6841137Z    Compiling darling_core v0.20.11
2026-07-22T17:40:32.7191131Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-22T17:40:32.7660432Z    Compiling lru-slab v0.1.2
2026-07-22T17:40:32.9509414Z    Compiling serde_derive_internals v0.29.1
2026-07-22T17:40:33.0120459Z    Compiling hashbrown v0.16.1
2026-07-22T17:40:33.1390676Z    Compiling netlink-packet-route v0.30.0
2026-07-22T17:40:33.2140869Z    Compiling xmltree v0.10.3
2026-07-22T17:40:33.4046887Z    Compiling ioctl-rs v0.1.6
2026-07-22T17:40:33.5116231Z    Compiling proc-macro-crate v3.5.0
2026-07-22T17:40:33.6030778Z    Compiling errno v0.3.14
2026-07-22T17:40:33.6791956Z    Compiling serial-core v0.4.0
2026-07-22T17:40:33.7367195Z    Compiling termios v0.2.2
2026-07-22T17:40:33.8587117Z    Compiling simple-dns v0.9.3
2026-07-22T17:40:33.8720612Z    Compiling aho-corasick v1.1.4
2026-07-22T17:40:33.8817647Z    Compiling arrayref v0.3.9
2026-07-22T17:40:33.8961253Z    Compiling linux-raw-sys v0.12.1
2026-07-22T17:40:33.9319318Z    Compiling resolv-conf v0.7.6
2026-07-22T17:40:34.0579486Z    Compiling constant_time_eq v0.4.2
2026-07-22T17:40:34.0830875Z    Compiling toml_write v0.1.2
2026-07-22T17:40:34.1236715Z    Compiling regex-syntax v0.8.10
2026-07-22T17:40:34.1240405Z    Compiling signal-hook v0.3.18
2026-07-22T17:40:34.1613293Z    Compiling winnow v0.7.15
2026-07-22T17:40:34.2760453Z    Compiling sha1_smol v1.0.1
2026-07-22T17:40:34.2864055Z    Compiling simdutf8 v0.1.5
2026-07-22T17:40:34.2914739Z    Compiling smol_str v0.1.24
2026-07-22T17:40:34.5113385Z    Compiling serial-unix v0.4.0
2026-07-22T17:40:34.5257483Z    Compiling lru v0.16.4
2026-07-22T17:40:34.5984843Z    Compiling signal-hook-registry v1.4.8
2026-07-22T17:40:34.6370310Z    Compiling serde_derive v1.0.228
2026-07-22T17:40:34.7215850Z    Compiling zeroize_derive v1.4.3
2026-07-22T17:40:34.7341405Z    Compiling tokio-macros v2.7.0
2026-07-22T17:40:34.9706634Z    Compiling futures-macro v0.3.32
2026-07-22T17:40:35.2270636Z    Compiling zerofrom-derive v0.1.7
2026-07-22T17:40:35.3280617Z    Compiling zeroize v1.8.2
2026-07-22T17:40:35.4784495Z    Compiling tokio v1.52.3
2026-07-22T17:40:35.5211473Z    Compiling yoke-derive v0.8.2
2026-07-22T17:40:35.9507286Z    Compiling zerovec-derive v0.11.3
2026-07-22T17:40:35.9670505Z    Compiling futures-util v0.3.32
2026-07-22T17:40:36.6087778Z    Compiling displaydoc v0.2.6
2026-07-22T17:40:36.6120846Z    Compiling zerofrom v0.1.8
2026-07-22T17:40:36.6625359Z    Compiling tracing-attributes v0.1.31
2026-07-22T17:40:36.7710811Z    Compiling rustls-pki-types v1.14.1
2026-07-22T17:40:36.9360795Z    Compiling yoke v0.8.3
2026-07-22T17:40:37.0239416Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-22T17:40:37.1581298Z    Compiling thiserror-impl v2.0.18
2026-07-22T17:40:37.4506560Z    Compiling zerovec v0.11.6
2026-07-22T17:40:37.5861113Z    Compiling zerotrie v0.2.4
2026-07-22T17:40:37.5970755Z    Compiling darling_macro v0.20.11
2026-07-22T17:40:37.6879944Z    Compiling derive_more-impl v2.1.1
2026-07-22T17:40:37.9700906Z    Compiling darling v0.20.11
2026-07-22T17:40:37.9853475Z    Compiling n0-error-macros v0.1.3
2026-07-22T17:40:38.0570985Z    Compiling derive_builder_core v0.20.2
2026-07-22T17:40:38.1258876Z    Compiling spez v0.1.2
2026-07-22T17:40:38.2677024Z    Compiling tinystr v0.8.3
2026-07-22T17:40:38.2840961Z    Compiling potential_utf v0.1.5
2026-07-22T17:40:38.4890504Z    Compiling icu_locale_core v2.2.0
2026-07-22T17:40:38.4891472Z    Compiling icu_collections v2.2.0
2026-07-22T17:40:38.6320734Z    Compiling der v0.8.0-rc.10
2026-07-22T17:40:38.9662984Z    Compiling pin-project-internal v1.1.13
2026-07-22T17:40:39.0980799Z    Compiling n0-error v0.1.3
2026-07-22T17:40:39.3280447Z    Compiling cobs v0.3.0
2026-07-22T17:40:39.4890808Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-22T17:40:39.5680561Z    Compiling derive_builder_macro v0.20.2
2026-07-22T17:40:39.5798902Z    Compiling postcard-derive v0.2.2
2026-07-22T17:40:39.9831496Z    Compiling icu_provider v2.2.0
2026-07-22T17:40:40.0190585Z    Compiling ipnet v2.12.0
2026-07-22T17:40:40.0391244Z    Compiling derive_builder v0.20.2
2026-07-22T17:40:40.2046467Z    Compiling spki v0.8.0-rc.4
2026-07-22T17:40:40.3528823Z    Compiling icu_properties v2.2.0
2026-07-22T17:40:40.3899503Z    Compiling icu_normalizer v2.2.0
2026-07-22T17:40:40.4038335Z    Compiling pin-project v1.1.13
2026-07-22T17:40:40.4237566Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-22T17:40:40.4880733Z    Compiling prefix-trie v0.8.4
2026-07-22T17:40:40.5350548Z    Compiling ed25519-dalek v2.2.0
2026-07-22T17:40:40.6510598Z    Compiling once_cell v1.21.4
2026-07-22T17:40:40.6903792Z    Compiling futures-executor v0.3.32
2026-07-22T17:40:40.7001750Z    Compiling ed25519 v3.0.0-rc.4
2026-07-22T17:40:40.8133480Z    Compiling spt-proto v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-22T17:40:40.8274230Z    Compiling tracing-core v0.1.36
2026-07-22T17:40:40.8750717Z    Compiling futures v0.3.32
2026-07-22T17:40:41.0410757Z    Compiling hashbrown v0.14.5
2026-07-22T17:40:41.2541153Z    Compiling data-encoding-macro v0.1.20
2026-07-22T17:40:41.2790620Z    Compiling rustls-native-certs v0.8.4
2026-07-22T17:40:41.3130949Z    Compiling enum-assoc v1.3.0
2026-07-22T17:40:41.3260950Z    Compiling num_enum_derive v0.7.6
2026-07-22T17:40:41.7220085Z    Compiling tracing v0.1.44
2026-07-22T17:40:41.7310933Z    Compiling tokio-util v0.7.18
2026-07-22T17:40:41.7584429Z    Compiling netlink-sys v0.8.8
2026-07-22T17:40:41.8221786Z    Compiling idna_adapter v1.2.2
2026-07-22T17:40:41.8734972Z    Compiling hashlink v0.9.1
2026-07-22T17:40:41.9357505Z    Compiling idna v1.1.0
2026-07-22T17:40:42.1200821Z    Compiling postcard v1.1.3
2026-07-22T17:40:42.1249593Z    Compiling tower v0.5.3
2026-07-22T17:40:42.1811320Z    Compiling iroh-metrics-derive v0.4.1
2026-07-22T17:40:42.2147747Z    Compiling strum_macros v0.28.0
2026-07-22T17:40:42.2970550Z    Compiling async-trait v0.1.89
2026-07-22T17:40:42.3480554Z    Compiling url v2.5.8
2026-07-22T17:40:42.5304571Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-22T17:40:42.5800938Z    Compiling num_enum v0.7.6
2026-07-22T17:40:42.6298675Z    Compiling iroh-metrics v0.38.3
2026-07-22T17:40:42.6761683Z    Compiling derive_more v2.1.1
2026-07-22T17:40:42.6769138Z    Compiling netdev v0.42.0
2026-07-22T17:40:42.6850622Z    Compiling rusqlite v0.32.1
2026-07-22T17:40:42.7360950Z    Compiling h2 v0.4.14
2026-07-22T17:40:42.9045078Z    Compiling tokio-stream v0.1.18
2026-07-22T17:40:42.9500796Z    Compiling n0-watcher v0.6.1
2026-07-22T17:40:42.9604772Z    Compiling netlink-proto v0.12.0
2026-07-22T17:40:43.2020918Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-22T17:40:43.2494160Z    Compiling iroh-base v0.98.0
2026-07-22T17:40:43.2590405Z    Compiling tower-http v0.6.11
2026-07-22T17:40:43.2960594Z    Compiling attohttpc v0.30.1
2026-07-22T17:40:43.4942956Z    Compiling iroh-relay v0.98.0
2026-07-22T17:40:43.5134499Z    Compiling moka v0.12.15
2026-07-22T17:40:43.5334866Z    Compiling serde_spanned v0.6.9
2026-07-22T17:40:43.5650566Z    Compiling toml_datetime v0.6.11
2026-07-22T17:40:43.6820377Z    Compiling thiserror-impl v1.0.69
2026-07-22T17:40:43.7821038Z    Compiling ref-cast-impl v1.0.25
2026-07-22T17:40:43.8550674Z    Compiling toml_edit v0.22.27
2026-07-22T17:40:43.9331165Z    Compiling spt-store v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-22T17:40:44.1381100Z    Compiling webpki-roots v1.0.7
2026-07-22T17:40:44.2544910Z    Compiling regex-automata v0.4.14
2026-07-22T17:40:44.3471292Z    Compiling schemars_derive v1.2.1
2026-07-22T17:40:44.5431073Z    Compiling darling_core v0.23.0
2026-07-22T17:40:44.6010506Z    Compiling serde_bytes v0.11.19
2026-07-22T17:40:44.7650465Z    Compiling hmac v0.12.1
2026-07-22T17:40:44.7940615Z    Compiling seize v0.5.1
2026-07-22T17:40:44.8662826Z    Compiling iroh v0.98.2
2026-07-22T17:40:44.9090837Z    Compiling rustix v0.38.44
2026-07-22T17:40:45.0473977Z    Compiling strum v0.28.0
2026-07-22T17:40:45.1551726Z    Compiling iroh-dns v0.98.0
2026-07-22T17:40:45.1755583Z    Compiling pin-utils v0.1.0
2026-07-22T17:40:45.2080533Z    Compiling cmov v0.5.4
2026-07-22T17:40:45.2429983Z    Compiling bitflags v1.3.2
2026-07-22T17:40:45.2520821Z    Compiling dyn-clone v1.0.20
2026-07-22T17:40:45.2711005Z    Compiling filedescriptor v0.8.3
2026-07-22T17:40:45.3038118Z    Compiling nix v0.25.1
2026-07-22T17:40:45.3590444Z    Compiling papaya v0.2.4
2026-07-22T17:40:45.3901997Z    Compiling hkdf v0.12.4
2026-07-22T17:40:45.4321318Z    Compiling ctutils v0.4.2
2026-07-22T17:40:45.4920942Z    Compiling backon v1.6.0
2026-07-22T17:40:45.6150220Z    Compiling serial v0.4.0
2026-07-22T17:40:45.7130357Z    Compiling anstyle-parse v1.0.0
2026-07-22T17:40:45.7220739Z    Compiling vte_generate_state_changes v0.1.2
2026-07-22T17:40:45.7261120Z    Compiling anstyle v1.0.14
2026-07-22T17:40:45.7690442Z    Compiling shell-words v1.1.1
2026-07-22T17:40:45.8710900Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-22T17:40:45.8870581Z    Compiling downcast-rs v1.2.1
2026-07-22T17:40:45.9090978Z    Compiling colorchoice v1.0.5
2026-07-22T17:40:45.9503125Z    Compiling anstyle-query v1.1.5
2026-07-22T17:40:46.0030626Z    Compiling is_terminal_polyfill v1.70.2
2026-07-22T17:40:46.0139611Z    Compiling linux-raw-sys v0.4.15
2026-07-22T17:40:46.0158685Z    Compiling foldhash v0.1.5
2026-07-22T17:40:46.0333581Z    Compiling instability v0.3.12
2026-07-22T17:40:46.0410012Z    Compiling unicode-width v0.2.0
2026-07-22T17:40:46.0750886Z    Compiling anstream v1.0.0
2026-07-22T17:40:46.2200524Z    Compiling hashbrown v0.15.5
2026-07-22T17:40:46.2329676Z    Compiling vte v0.13.1
2026-07-22T17:40:46.3611782Z    Compiling signal-hook-mio v0.2.5
2026-07-22T17:40:46.4503482Z    Compiling schemars v1.2.1
2026-07-22T17:40:46.4575786Z    Compiling toml v0.8.23
2026-07-22T17:40:46.5457143Z    Compiling spake2 v0.4.0
2026-07-22T17:40:46.9529437Z    Compiling terminal_size v0.4.4
2026-07-22T17:40:46.9970783Z    Compiling regex v1.12.3
2026-07-22T17:40:47.1310864Z    Compiling strum_macros v0.26.4
2026-07-22T17:40:47.3999658Z    Compiling sha1 v0.10.6
2026-07-22T17:40:47.5893858Z    Compiling itertools v0.13.0
2026-07-22T17:40:47.6428232Z    Compiling castaway v0.2.4
2026-07-22T17:40:47.7066705Z    Compiling clap_lex v1.1.0
2026-07-22T17:40:47.7160489Z    Compiling indoc v2.0.7
2026-07-22T17:40:47.7630063Z    Compiling static_assertions v1.1.0
2026-07-22T17:40:47.8258476Z    Compiling spt-msg v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-22T17:40:47.9960935Z    Compiling doctest-file v1.1.1
2026-07-22T17:40:48.1591059Z    Compiling spt-runtime v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-22T17:40:48.3360504Z    Compiling darling_macro v0.23.0
2026-07-22T17:40:48.5020669Z    Compiling hyper v1.10.1
2026-07-22T17:40:48.7050491Z    Compiling unicode-width v0.1.14
2026-07-22T17:40:48.7241874Z    Compiling darling v0.23.0
2026-07-22T17:40:48.8250678Z    Compiling interprocess v2.4.2
2026-07-22T17:40:49.0020699Z    Compiling clap_builder v4.6.0
2026-07-22T17:40:49.0841774Z    Compiling compact_str v0.8.2
2026-07-22T17:40:49.2719996Z    Compiling crossterm v0.28.1
2026-07-22T17:40:49.5034217Z    Compiling portable-pty v0.8.1
2026-07-22T17:40:49.5631493Z    Compiling lru v0.12.5
2026-07-22T17:40:49.5821071Z    Compiling strum v0.26.3
2026-07-22T17:40:49.7012818Z    Compiling unicode-truncate v1.1.0
2026-07-22T17:40:49.7117126Z    Compiling clap_derive v4.6.1
2026-07-22T17:40:49.7220676Z    Compiling cassowary v0.3.0
2026-07-22T17:40:49.7698514Z    Compiling iana-time-zone v0.1.65
2026-07-22T17:40:49.8780712Z    Compiling nucleo-matcher v0.3.1
2026-07-22T17:40:50.0121380Z    Compiling spt-term v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-22T17:40:50.1080748Z    Compiling chrono v0.4.45
2026-07-22T17:40:50.1270501Z    Compiling qrcode v0.14.1
2026-07-22T17:40:50.5660590Z    Compiling hyper-util v0.1.20
2026-07-22T17:40:50.7717151Z    Compiling ratatui v0.29.0
2026-07-22T17:40:50.7795510Z    Compiling tempfile v3.27.0
2026-07-22T17:40:51.6231077Z    Compiling spt-live v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-22T17:40:51.9791020Z    Compiling clap v4.6.1
2026-07-22T17:40:52.4919740Z    Compiling igd-next v0.17.1
2026-07-22T17:40:53.6576220Z    Compiling portmapper v0.16.0
2026-07-22T17:40:58.9182054Z    Compiling rustls-webpki v0.103.13
2026-07-22T17:41:01.2775710Z    Compiling tokio-rustls v0.26.4
2026-07-22T17:41:01.2776167Z    Compiling rustls-platform-verifier v0.7.0
2026-07-22T17:41:01.2776486Z    Compiling noq-proto v0.17.0
2026-07-22T17:41:01.4184331Z    Compiling hyper-rustls v0.27.9
2026-07-22T17:41:01.4184979Z    Compiling hickory-net v0.26.0-beta.4
2026-07-22T17:41:01.4185496Z    Compiling tokio-websockets v0.13.2
2026-07-22T17:41:01.5620024Z    Compiling reqwest v0.13.4
2026-07-22T17:41:02.5170652Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-22T17:41:16.1193877Z    Compiling spt-net v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-22T17:41:17.6098446Z    Compiling spt-daemon v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-22T17:41:26.8049607Z    Compiling spt v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-22T17:41:31.6310056Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-22T17:41:31.6536927Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-941b1c891af15240)
2026-07-22T17:41:31.6550298Z 
2026-07-22T17:41:31.6550497Z running 1 test
2026-07-22T17:41:37.7439887Z test new_brain_serves_against_old_broker ... ok
2026-07-22T17:41:37.7440168Z 
2026-07-22T17:41:37.7440376Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-22T17:41:37.7440696Z 
